Welcome![Sign In][Sign Up]
Location:
Search - Title Bar

Search list

[Dialog_WindowWindows XP风格之Windows XP风格SDI例程

Description: 程序将非客户区中的标题栏、框架栏都贴上具有Windows XP风格的位图,然后在标题栏右端绘上帮助、最小化、最大化、和关闭按钮-procedures for non-customers of the district title bar, column framework are affixed with Windows XP-style bitmap, and then the title bar decorated with subguadratic help minimize, maximize, and close button
Platform: | Size: 510976 | Author: 周孝良 | Hits:

[Dialog_Windowdragmovedlg

Description: 很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框-lot of the dialog-based applications are without framework, in other words not the dialog title bar. As we all know, Windows Mobile are living through a click of the mouse drag window title bar to achieve, and then it is no title bar, how mobile dialog
Platform: | Size: 64512 | Author: 吴忧 | Hits:

[GUI Develop以图片为背景的标题栏

Description: 常见的标题栏颜色都是系统默认的蓝色,比较单调,本程序演示的自定义处理的标题栏,效果相当独特。-common title bar system default colors are blue, a rather monotonous, as demonstrated by the procedures defined the title bar, the results are pretty unique.
Platform: | Size: 51200 | Author: | Hits:

[Windows Develop最简单的SDK窗口程序

Description: 这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-SDK This a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
Platform: | Size: 5120 | Author: 郑浩 | Hits:

[Hook apiTIcon2

Description: 一剑N招小工具,利用hook技术实现Ctrl加键盘上数字键可方便启动你想要启动的应用程序.还可以实现窗口最上定位.方法是点住图片不要释放,将其拖到要定位的窗口标题栏即可-sword strokes small tools, use Ctrl hook technology increases the number keys on the keyboard can start your convenience wanted to start the application. The window can also be the most on positioning. Living point is not to release photographs of their positioning dragged to the window title bar can
Platform: | Size: 237568 | Author: jj | Hits:

[GUI Develop在运行中显示或隐藏窗口的标题栏

Description: 在运行中显示或隐藏窗口的标题栏,一个经典例子极具参考价值-in operation to show or hide a window title bar, a classic example of great reference value
Platform: | Size: 143360 | Author: 肖鹏 | Hits:

[GUI DevelopDelphi中为应用程序制作启动封面

Description: 直接解压 为了实现启动封面的效果,我们要在delphi中使用两个窗体。一个窗体A用于显示程序的启动封面,而另一个为程序的主窗体B包含了您所设计的种种功能。窗体A是一个非规则窗口,其标题栏及最大化、最小化按钮和边框都被屏蔽掉了,其用一个Image控件装载一个图片文件来显示程序的封面,并用一个timer控件实现该窗口的定时关闭。为了方便程序使用者快速跳过启动封面直接进入程序主窗体,我们还要设置一个click事件来关闭窗体A并调用主窗体B。 -directly extracting activated cover in order to achieve the effect, we should delphi use two forms. A Form A show for the commencement of proceedings cover and the other procedures for the main Form B contains your design the various functions. Form A is a non-window rules, the title bar and maximize buttons and minimize frame has been shielding the enemy, the use of an Image control loading a document to show pictures of the cover procedures, and controls used to achieve a timer to the timing of the window closed. In order to facilitate procedures for users to skip commencement cover fast direct access to the main program window, we need to set up a click to the incident closed Form A and Form B Main Call.
Platform: | Size: 4096 | Author: 菲凡 | Hits:

[GUI Developbobo463_UI_2005-09-06

Description: 自己用过的一些例子,整理了一下,希望有用。 ToolBar的一个例子(加入一个下拉框) 不规则窗体实现 滑动条的使用 数控件的双击响应事件 无标题栏对话框的拖动-themselves used some examples, collate it, and hope that useful. An example of the Toolbar (joined a drop-down box) Creating sliding strip irregular use of the few controls without incident response to double-click the title bar of dialog Drive
Platform: | Size: 58368 | Author: bobo | Hits:

[GUI Develop11528-ThemeExplorer

Description: 自画XP主题控件,包括标题栏按钮、任务栏控件等。-self-portraits XP themes controls, including the title bar button, taskbar controls.
Platform: | Size: 98304 | Author: 大黄蜂 | Hits:

[GDI-BitmapWinTrans_src2

Description:
Platform: | Size: 4968448 | Author: 吉米 | Hits:

[Dialog_WindowTitleBarEx

Description: 本程序自绘标题栏和最大化最小化按钮,以及自绘窗口四周的边框-procedures since the column headings drawn minimize and maximize buttons, and since painted around the window frame
Platform: | Size: 61440 | Author: | Hits:

[GUI Develop智能ABC窗口

Description: 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。 显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION lParam for the mouse to position the news WM_NCLBUTTONDOWN windows Mobile to achieve at this time window moving
Platform: | Size: 15360 | Author: 张事实 | Hits:

[Button control在对话框标题栏上放置按钮

Description: 在对话框标题栏上放置按钮,可让你在标题拦上制作精美的按纽.-Biaodilanshang placed in the dialog box button will allow you on the title bar button beautifully produced.
Platform: | Size: 23552 | Author: 00 | Hits:

[GUI Develop动画状态栏

Description: 一个在。net平台上用VC++,mfc开发的界面示例程序,在标题栏上含有动画图标,对mfc初学者一定有帮助-A. net platform using VC++, mfc sample interface development process, in the title bar contains animated icon of mfc will certainly be helpful for beginners
Platform: | Size: 3930112 | Author: 万林涛 | Hits:

[ICQ-IM-Chat苹果(mac)风格-巧悟留言板 v1.0版(JSP)MS SQL版

Description: 1) 可自定标题栏   2) 可自定管理员   3) 可自定网站首页网址   4) 在线发布修改站长公告   5) 站长回复功能   6) 站长编辑留言功能   7) 关闭浏览器自动退出管理状态-a) set the title bar 2), set three administrators) to set the Home Address 4) Line station issued revised Notice 5) head back function 6) chief editorial voice 7) closed the browser automatic management from the state
Platform: | Size: 105472 | Author: hao | Hits:

[ComboBoxanimatedtitle_bar

Description: 这个程序可以使你的窗口的Title Bar动起来。很有趣的-this procedure allows you to the window of Title Bar movement. Very interesting
Platform: | Size: 26624 | Author: 极光 | Hits:

[GUI Develop自己做的在标题栏中显示动态图标

Description: 在标题栏显示动态的图标,象QQ样的,喜欢的朋友可以参考下-the title bar shows the dynamic icons, like QQ kind of like friends can refer to the next
Platform: | Size: 18432 | Author: kk | Hits:

[Othershanshuo

Description: 制作闪烁的标题栏,在有事件发生时,标题栏开始闪烁,提醒用户-production flashing title bar, in a time of the incident, began to flicker column heading to remind users
Platform: | Size: 5120 | Author: 木头 | Hits:

[Button controlCCaptionButton_Demo

Description: 本例子提供了绘制标题栏按钮,可以绘制各种标题栏上需要的自绘制按钮。-this case provides a mapping title bar buttons, the need to draw various Biaodilanshang drawn from the button.
Platform: | Size: 49152 | Author: 张连成 | Hits:

[Button controlhh6

Description: 常见的标题拦颜色都是系统默认的颜色,比较单调。本例演示了自定义的标题拦,效果独特-common title bar colors are all the system's default colors, rather monotonous. This example demonstrates that the definition of the title since stopped, the effect unique
Platform: | Size: 12288 | Author: 山眉 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 36 »

CodeBus www.codebus.net